home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00044_Interruptable Question Audio loop.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  136 b   |  11 lines

  1. on exitFrame
  2.   global gVoiceChannel
  3.   if soundBusy(gVoiceChannel) then
  4.     go(the frame)
  5.   end if
  6. end
  7.  
  8. on keyDown
  9.   BuzzInHandler()
  10. end
  11.